2025-07-11 01:41:15,504 [ 393442 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse (runner:53, check_args_and_update_paths) 2025-07-11 01:41:15,504 [ 393442 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:79, check_args_and_update_paths) 2025-07-11 01:41:15,504 [ 393442 ] INFO : utils dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/utils (runner:90, check_args_and_update_paths) 2025-07-11 01:41:15,504 [ 393442 ] INFO : base_configs_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:92, check_args_and_update_paths) clickhouse_integration_tests_volume Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_vrmlzo --privileged --dns-search='.' --memory=30709030912 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=5ccda723c1fc -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=d862517635bf -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=0 --color=no --durations=0 --report-log=parallel3_0.jsonl --report-log-exclude-logs-on-passed-tests 'test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-False-True]' 'test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-False]' 'test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-True]' test_refreshable_mat_view/test.py::test_long_query test_refreshable_mat_view/test.py::test_long_query_cancel test_refreshable_mat_view/test.py::test_query_fail test_refreshable_mat_view/test.py::test_query_retry 'test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, b as b FROM src1]' 'test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, number as b FROM numbers(2)]' 'test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, b as b FROM src1]' 'test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, number as b FROM numbers(2)]' 'test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, b as b FROM src1]' 'test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, number as b FROM numbers(2)]' 'test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, b as b FROM src1]' 'test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, number as b FROM numbers(2)]' test_storage_s3_queue/test_5.py::test_failed_commit test_storage_s3_queue/test_5.py::test_failure_in_the_middle 'test_storage_s3_queue/test_5.py::test_filtering_files[ordered]' 'test_storage_s3_queue/test_5.py::test_filtering_files[unordered]' 'test_storage_s3_queue/test_5.py::test_migration[]' 'test_storage_s3_queue/test_5.py::test_migration[s3queue_]' test_storage_s3_queue/test_5.py::test_upgrade_3 test_system_ddl_worker_queue/test.py::test_distributed_ddl_queue test_system_reload_async_metrics/test.py::test_system_reload_async_metrics test_system_start_stop_listen/test.py::test_all_protocols test_system_start_stop_listen/test.py::test_custom_protocols test_system_start_stop_listen/test.py::test_default_protocols test_system_start_stop_listen/test.py::test_except test_table_functions_access_rights/test.py::test_merge test_table_functions_access_rights/test.py::test_view_if_permitted test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_with_interserver_listen_host test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_without_interserver_listen_host test_text_log_level/test.py::test_basic test_tlsv1_3/test.py::test_create_user test_tlsv1_3/test.py::test_https test_tlsv1_3/test.py::test_https_non_ssl_auth test_tlsv1_3/test.py::test_https_wrong_cert -vvv " altinityinfra/integration-tests-runner:ad96270260ff '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache Test order randomisation NOT enabled. Enable with --random-order or --random-order-bucket= rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: timeout-2.3.1, repeat-0.9.3, order-1.0.0, reportlog-0.4.0, xdist-3.5.0, random-order-1.1.1 timeout: 900.0s timeout method: signal timeout func_only: False created: 10/10 workers 10 workers [37 items] scheduling tests via LoadFileScheduling test_system_ddl_worker_queue/test.py::test_distributed_ddl_queue test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-False-True] test_tlsv1_3/test.py::test_create_user test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_with_interserver_listen_host test_text_log_level/test.py::test_basic test_system_start_stop_listen/test.py::test_all_protocols test_storage_s3_queue/test_5.py::test_failed_commit test_system_reload_async_metrics/test.py::test_system_reload_async_metrics test_table_functions_access_rights/test.py::test_merge [gw6] [ 2%] PASSED test_system_reload_async_metrics/test.py::test_system_reload_async_metrics [gw9] [ 5%] PASSED test_text_log_level/test.py::test_basic [gw4] [ 8%] PASSED test_tlsv1_3/test.py::test_create_user test_tlsv1_3/test.py::test_https [gw4] [ 10%] PASSED test_tlsv1_3/test.py::test_https test_tlsv1_3/test.py::test_https_non_ssl_auth [gw4] [ 13%] PASSED test_tlsv1_3/test.py::test_https_non_ssl_auth test_tlsv1_3/test.py::test_https_wrong_cert [gw4] [ 16%] PASSED test_tlsv1_3/test.py::test_https_wrong_cert [gw5] [ 18%] PASSED test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_with_interserver_listen_host test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_without_interserver_listen_host [gw5] [ 21%] PASSED test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_without_interserver_listen_host [gw2] [ 24%] PASSED test_table_functions_access_rights/test.py::test_merge test_table_functions_access_rights/test.py::test_view_if_permitted [gw2] [ 27%] PASSED test_table_functions_access_rights/test.py::test_view_if_permitted [gw3] [ 29%] PASSED test_system_start_stop_listen/test.py::test_all_protocols test_system_start_stop_listen/test.py::test_custom_protocols [gw7] [ 32%] PASSED test_system_ddl_worker_queue/test.py::test_distributed_ddl_queue [gw0] [ 35%] PASSED test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-False-True] test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-False] [gw3] [ 37%] PASSED test_system_start_stop_listen/test.py::test_custom_protocols test_system_start_stop_listen/test.py::test_default_protocols [gw0] [ 40%] PASSED test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-False] test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-True] [gw3] [ 43%] PASSED test_system_start_stop_listen/test.py::test_default_protocols test_system_start_stop_listen/test.py::test_except [gw0] [ 45%] PASSED test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-True] test_refreshable_mat_view/test.py::test_long_query [gw3] [ 48%] PASSED test_system_start_stop_listen/test.py::test_except [gw0] [ 51%] PASSED test_refreshable_mat_view/test.py::test_long_query test_refreshable_mat_view/test.py::test_long_query_cancel [gw0] [ 54%] PASSED test_refreshable_mat_view/test.py::test_long_query_cancel test_refreshable_mat_view/test.py::test_query_fail [gw0] [ 56%] PASSED test_refreshable_mat_view/test.py::test_query_fail test_refreshable_mat_view/test.py::test_query_retry [gw0] [ 59%] PASSED test_refreshable_mat_view/test.py::test_query_retry test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, b as b FROM src1] [gw0] [ 62%] PASSED test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, b as b FROM src1] test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, number as b FROM numbers(2)] [gw0] [ 64%] PASSED test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, number as b FROM numbers(2)] test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, b as b FROM src1] [gw0] [ 67%] PASSED test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, b as b FROM src1] test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, number as b FROM numbers(2)] [gw0] [ 70%] PASSED test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, number as b FROM numbers(2)] test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, b as b FROM src1] [gw0] [ 72%] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, b as b FROM src1] test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, number as b FROM numbers(2)] [gw0] [ 75%] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, number as b FROM numbers(2)] test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, b as b FROM src1] [gw0] [ 78%] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, b as b FROM src1] test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, number as b FROM numbers(2)] [gw0] [ 81%] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, number as b FROM numbers(2)] [gw1] [ 83%] PASSED test_storage_s3_queue/test_5.py::test_failed_commit test_storage_s3_queue/test_5.py::test_failure_in_the_middle [gw1] [ 86%] PASSED test_storage_s3_queue/test_5.py::test_failure_in_the_middle test_storage_s3_queue/test_5.py::test_filtering_files[ordered] [gw1] [ 89%] PASSED test_storage_s3_queue/test_5.py::test_filtering_files[ordered] test_storage_s3_queue/test_5.py::test_filtering_files[unordered] [gw1] [ 91%] PASSED test_storage_s3_queue/test_5.py::test_filtering_files[unordered] test_storage_s3_queue/test_5.py::test_migration[] [gw1] [ 94%] PASSED test_storage_s3_queue/test_5.py::test_migration[] test_storage_s3_queue/test_5.py::test_migration[s3queue_] [gw1] [ 97%] PASSED test_storage_s3_queue/test_5.py::test_migration[s3queue_] test_storage_s3_queue/test_5.py::test_upgrade_3 [gw1] [100%] PASSED test_storage_s3_queue/test_5.py::test_upgrade_3 ----------------- generated report log file: parallel3_0.jsonl ----------------- ============================== slowest durations =============================== 95.30s call test_storage_s3_queue/test_5.py::test_failure_in_the_middle 74.09s setup test_storage_s3_queue/test_5.py::test_failed_commit 41.60s call test_storage_s3_queue/test_5.py::test_migration[s3queue_] 31.17s call test_storage_s3_queue/test_5.py::test_migration[] 21.84s teardown test_storage_s3_queue/test_5.py::test_upgrade_3 20.74s setup test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-False-True] 20.17s setup test_system_ddl_worker_queue/test.py::test_distributed_ddl_queue 17.38s setup test_system_start_stop_listen/test.py::test_all_protocols 15.59s call test_refreshable_mat_view/test.py::test_long_query_cancel 15.03s call test_storage_s3_queue/test_5.py::test_filtering_files[unordered] 14.03s setup test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_with_interserver_listen_host 13.28s setup test_table_functions_access_rights/test.py::test_merge 12.77s setup test_text_log_level/test.py::test_basic 12.72s setup test_tlsv1_3/test.py::test_create_user 12.51s setup test_system_reload_async_metrics/test.py::test_system_reload_async_metrics 10.59s call test_storage_s3_queue/test_5.py::test_upgrade_3 9.51s call test_refreshable_mat_view/test.py::test_long_query 8.94s call test_storage_s3_queue/test_5.py::test_filtering_files[ordered] 5.93s setup test_storage_s3_queue/test_5.py::test_upgrade_3 5.59s setup test_storage_s3_queue/test_5.py::test_migration[s3queue_] 5.45s teardown test_system_ddl_worker_queue/test.py::test_distributed_ddl_queue 4.98s teardown test_system_start_stop_listen/test.py::test_except 4.59s teardown test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_without_interserver_listen_host 4.21s teardown test_text_log_level/test.py::test_basic 4.10s teardown test_table_functions_access_rights/test.py::test_view_if_permitted 3.96s call test_system_start_stop_listen/test.py::test_except 3.61s call test_system_start_stop_listen/test.py::test_all_protocols 3.36s call test_storage_s3_queue/test_5.py::test_failed_commit 2.92s teardown test_tlsv1_3/test.py::test_https_wrong_cert 2.21s call test_system_start_stop_listen/test.py::test_default_protocols 1.78s call test_refreshable_mat_view/test.py::test_query_retry 1.63s teardown test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, number as b FROM numbers(2)] 1.43s call test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-True] 1.36s setup test_refreshable_mat_view/test.py::test_long_query_cancel 1.35s call test_system_ddl_worker_queue/test.py::test_distributed_ddl_queue 1.32s teardown test_system_reload_async_metrics/test.py::test_system_reload_async_metrics 1.23s call test_table_functions_access_rights/test.py::test_merge 1.19s call test_system_start_stop_listen/test.py::test_custom_protocols 1.11s setup test_refreshable_mat_view/test.py::test_long_query 1.04s call test_tlsv1_3/test.py::test_create_user 1.03s call test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-False-True] 1.01s setup test_storage_s3_queue/test_5.py::test_filtering_files[ordered] 0.93s call test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, b as b FROM src1] 0.91s setup test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, b as b FROM src1] 0.91s setup test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-False] 0.90s call test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-False] 0.90s setup test_storage_s3_queue/test_5.py::test_failure_in_the_middle 0.89s call test_text_log_level/test.py::test_basic 0.88s call test_system_reload_async_metrics/test.py::test_system_reload_async_metrics 0.86s setup test_refreshable_mat_view/test.py::test_query_fail 0.86s setup test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, number as b FROM numbers(2)] 0.81s setup test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, b as b FROM src1] 0.76s setup test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, b as b FROM src1] 0.76s setup test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-True] 0.76s setup test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, number as b FROM numbers(2)] 0.75s setup test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, number as b FROM numbers(2)] 0.75s setup test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, b as b FROM src1] 0.75s setup test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, number as b FROM numbers(2)] 0.61s setup test_refreshable_mat_view/test.py::test_query_retry 0.42s call test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, b as b FROM src1] 0.40s call test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, number as b FROM numbers(2)] 0.40s call test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, b as b FROM src1] 0.40s call test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, number as b FROM numbers(2)] 0.40s call test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, b as b FROM src1] 0.40s call test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, number as b FROM numbers(2)] 0.40s call test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, number as b FROM numbers(2)] 0.39s call test_table_functions_access_rights/test.py::test_view_if_permitted 0.38s setup test_storage_s3_queue/test_5.py::test_filtering_files[unordered] 0.35s setup test_storage_s3_queue/test_5.py::test_migration[] 0.31s call test_refreshable_mat_view/test.py::test_query_fail 0.14s call test_tlsv1_3/test.py::test_https_non_ssl_auth 0.07s call test_tlsv1_3/test.py::test_https 0.07s teardown test_table_functions_access_rights/test.py::test_merge 0.05s call test_tlsv1_3/test.py::test_https_wrong_cert 0.01s teardown test_storage_s3_queue/test_5.py::test_migration[s3queue_] 0.00s teardown test_storage_s3_queue/test_5.py::test_filtering_files[unordered] 0.00s call test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_with_interserver_listen_host 0.00s teardown test_storage_s3_queue/test_5.py::test_filtering_files[ordered] 0.00s call test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_without_interserver_listen_host 0.00s teardown test_storage_s3_queue/test_5.py::test_migration[] 0.00s teardown test_storage_s3_queue/test_5.py::test_failed_commit 0.00s teardown test_storage_s3_queue/test_5.py::test_failure_in_the_middle 0.00s teardown test_refreshable_mat_view/test.py::test_long_query 0.00s teardown test_system_start_stop_listen/test.py::test_all_protocols 0.00s setup test_table_functions_access_rights/test.py::test_view_if_permitted 0.00s teardown test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, number as b FROM numbers(2)] 0.00s teardown test_refreshable_mat_view/test.py::test_query_fail 0.00s teardown test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-False-True] 0.00s setup test_tlsv1_3/test.py::test_https_non_ssl_auth 0.00s setup test_system_start_stop_listen/test.py::test_default_protocols 0.00s setup test_system_start_stop_listen/test.py::test_custom_protocols 0.00s teardown test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_with_interserver_listen_host 0.00s setup test_tlsv1_3/test.py::test_https_wrong_cert 0.00s teardown test_tlsv1_3/test.py::test_https_non_ssl_auth 0.00s teardown test_system_start_stop_listen/test.py::test_default_protocols 0.00s teardown test_refreshable_mat_view/test.py::test_query_retry 0.00s setup test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_without_interserver_listen_host 0.00s teardown test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, b as b FROM src1] 0.00s teardown test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, b as b FROM src1] 0.00s teardown test_refreshable_mat_view/test.py::test_long_query_cancel 0.00s teardown test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-False] 0.00s teardown test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, number as b FROM numbers(2)] 0.00s teardown test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-True] 0.00s teardown test_tlsv1_3/test.py::test_create_user 0.00s setup test_system_start_stop_listen/test.py::test_except 0.00s setup test_tlsv1_3/test.py::test_https 0.00s teardown test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, b as b FROM src1] 0.00s teardown test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, number as b FROM numbers(2)] 0.00s teardown test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, b as b FROM src1] 0.00s teardown test_tlsv1_3/test.py::test_https 0.00s teardown test_system_start_stop_listen/test.py::test_custom_protocols =========================== short test summary info ============================ PASSED test_system_reload_async_metrics/test.py::test_system_reload_async_metrics PASSED test_text_log_level/test.py::test_basic PASSED test_tlsv1_3/test.py::test_create_user PASSED test_tlsv1_3/test.py::test_https PASSED test_tlsv1_3/test.py::test_https_non_ssl_auth PASSED test_tlsv1_3/test.py::test_https_wrong_cert PASSED test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_with_interserver_listen_host PASSED test_tcp_handler_interserver_listen_host/test_case.py::test_request_to_node_without_interserver_listen_host PASSED test_table_functions_access_rights/test.py::test_merge PASSED test_table_functions_access_rights/test.py::test_view_if_permitted PASSED test_system_start_stop_listen/test.py::test_all_protocols PASSED test_system_ddl_worker_queue/test.py::test_distributed_ddl_queue PASSED test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-False-True] PASSED test_system_start_stop_listen/test.py::test_custom_protocols PASSED test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-False] PASSED test_system_start_stop_listen/test.py::test_default_protocols PASSED test_refreshable_mat_view/test.py::test_alters[settings1-test_db-True-depends_on1-True-True-True] PASSED test_system_start_stop_listen/test.py::test_except PASSED test_refreshable_mat_view/test.py::test_long_query PASSED test_refreshable_mat_view/test.py::test_long_query_cancel PASSED test_refreshable_mat_view/test.py::test_query_fail PASSED test_refreshable_mat_view/test.py::test_query_retry PASSED test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, b as b FROM src1] PASSED test_refreshable_mat_view/test.py::test_simple_append[False-False-SELECT now() as a, number as b FROM numbers(2)] PASSED test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, b as b FROM src1] PASSED test_refreshable_mat_view/test.py::test_simple_append[False-True-SELECT now() as a, number as b FROM numbers(2)] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, b as b FROM src1] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-False-SELECT now() as a, number as b FROM numbers(2)] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, b as b FROM src1] PASSED test_refreshable_mat_view/test.py::test_simple_append[True-True-SELECT now() as a, number as b FROM numbers(2)] PASSED test_storage_s3_queue/test_5.py::test_failed_commit PASSED test_storage_s3_queue/test_5.py::test_failure_in_the_middle PASSED test_storage_s3_queue/test_5.py::test_filtering_files[ordered] PASSED test_storage_s3_queue/test_5.py::test_filtering_files[unordered] PASSED test_storage_s3_queue/test_5.py::test_migration[] PASSED test_storage_s3_queue/test_5.py::test_migration[s3queue_] PASSED test_storage_s3_queue/test_5.py::test_upgrade_3 ======================== 37 passed in 325.32s (0:05:25) ========================